home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 315_01 / msc_grph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-14  |  103 b   |  9 lines

  1.  
  2. #ifndef MSC_GRPH_H
  3. #define MSC_GRPH_H
  4.  
  5. int get_adaptor();
  6. void msc_bar(), msc_line();
  7.  
  8. #endif
  9.